home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00241_POSICIONA EL VIDEO PARA SU IDIOMA.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  808 b   |  31 lines

  1. on exitFrame
  2.   global video, idioma, niv_sonido1
  3.   set the volume of sprite 16 to niv_sonido1
  4.   set the visible of sprite 16 to 1
  5.   set the movieRate of sprite 16 to 0
  6.   updateStage()
  7.   if video = 0 then
  8.     if idioma = 1 then
  9.       set the stopTime of sprite 16 to 4840
  10.       set the movieTime of sprite 16 to 3231
  11.     else
  12.       if idioma = 2 then
  13.         set the stopTime of sprite 16 to 3230
  14.         set the movieTime of sprite 16 to 1601
  15.       else
  16.         if idioma = 3 then
  17.           set the stopTime of sprite 16 to 1600
  18.           set the movieTime of sprite 16 to 1
  19.         end if
  20.       end if
  21.     end if
  22.   else
  23.     if video = 1 then
  24.       set the stopTime of sprite 16 to 12875
  25.       set the movieTime of sprite 16 to 4841
  26.     end if
  27.   end if
  28.   cursor(-1)
  29.   set the movieRate of sprite 16 to 1
  30. end
  31.